home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1997 #1 / Amiga Plus CD - 1997 - No. 01.iso / pd / sonstiges / amiwin / x11 / man / oclock.man < prev    next >
Text File  |  1985-03-23  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4. OCLOCK(1)                USER COMMANDS                  OCLOCK(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      oclock - round X clock
  10.  
  11. SYNOPSIS
  12.      oclock [-option ... ]
  13.  
  14. DESCRIPTION
  15.      Oclock  simply  displays  the  current  time  on  an  analog
  16.      display.
  17.  
  18. OPTIONS
  19.      -fg color
  20.              choose a different color for the both hands and  the
  21.              jewel of the clock
  22.  
  23.      -bg color
  24.              choose a different color for the background.
  25.  
  26.      -jewel color
  27.              choose a different color for the jewel on the clock.
  28.  
  29.      -minute color
  30.              choose a different color for the minute hand of  the
  31.              clock.
  32.  
  33.      -hour color
  34.              choose a different color for the hour  hand  of  the
  35.              clock.
  36.  
  37.      -backing { WhenMapped Always NotUseful }
  38.              selects an appropriate level of backing store.
  39.  
  40.      -geometry geometry
  41.              define the initial window geometry; see X(1).
  42.  
  43.      -display display
  44.              specify the display to use; see X(1).
  45.  
  46.      -bd color
  47.              choose a different color for the window border.
  48.  
  49.      -bw width
  50.              choose a different width for the window border.   As
  51.              the  Clock  widget changes its border around quite a
  52.              bit, this is most usefully set to zero.
  53.  
  54.      -shape  causes the clock  to  use  the  Shape  extension  to
  55.              create  an  oval window.  This is the default unless
  56.              the shapeWindow resource is set to false.
  57.  
  58.      -noshape
  59.              causes the clock to not reshape itself and ancestors
  60.  
  61.  
  62.  
  63. X Version 11         Last change: Release 6                     1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. OCLOCK(1)                USER COMMANDS                  OCLOCK(1)
  71.  
  72.  
  73.  
  74.              to exactly fit the outline of the clock.
  75.  
  76.      -transparent
  77.              causes the clock to consist only of the  jewel,  the
  78.              hands, and the border.
  79.  
  80. COLORS
  81.      If you would like  your  clock  to  be  viewable  in  color,
  82.      include  the  following in the #ifdef COLOR section you read
  83.      with xrdb:
  84.  
  85.      *customization:                 -color
  86.  
  87.      This will cause oclock to pick up the  colors  in  the  app-
  88.      defaults   color  customization  file:  <XRoot>/lib/X11/app-
  89.      defaults/Clock-color.  Below are the default colors:
  90.  
  91.      Clock*Background: grey
  92.      Clock*BorderColor: light blue
  93.      Clock*hour: yellow
  94.      Clock*jewel: yellow
  95.      Clock*minute: yellow
  96.  
  97. SEE ALSO
  98.      X(1), X Toolkit documentation
  99.  
  100. AUTHOR
  101.      Keith Packard, MIT X Consortium
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. X Version 11         Last change: Release 6                     2
  130.  
  131.  
  132.  
  133.